home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / info-service / gopher / Unix / gopher+1.2b4 / doc / gindexd.changes < prev    next >
Encoding:
Text File  |  1993-02-11  |  2.8 KB  |  93 lines

  1. gindexd.changes,v 3.1.1.1 1993/02/11 18:03:09 lindner Exp
  2.  
  3. Changes to v1.0 
  4. --------------- 
  5. Gindexd is now a link to the gopherd
  6. executable, please refer to it for further information
  7.  
  8.  
  9. Changes from v0.7 to v0.6
  10. -------------------------
  11.  
  12. Can now compile the wais indexer under wais-8-b4.  Look in the
  13. Makefile if you want to compile under older releases of WAIS.
  14.  
  15. Changes from v0.6 to v0.7
  16. -------------------------
  17.  
  18. Fixes from Mic Kaczmarczik <mic@emx.utexas.edu>
  19.  
  20.   Removed extraneous strdup calls.
  21.  
  22.   Fixed error on arguments to getopt.
  23.  
  24.   Added mods to allow WAIS headlines/dates to be included in the
  25.   outgoing title.  By putting ShowHeadline and/or ShowDate in the
  26.   hostdata file you can get this behavior.
  27.  
  28. Changes from v0.5 to v0.6
  29. --------------------------
  30.  
  31. Added -lm to Makefile, (fix suggested by various folks).
  32.  
  33. The server can now be run from inetd.  Use the -I switch to indicate
  34. that the server is running from inetd.
  35.  
  36. Added -H option to specify alternate "hostdata" files suggested by Mic
  37. Kaczmarczik.
  38.  
  39. The wais index server is now written to be used with wais-8-b3-ses.
  40. The changes in this new version of wais are minor programmatically.
  41. However there is a large boost in searching speed.  To use the older
  42. wais distribution remove the "trie.o" from the list of objects in the
  43. Makefile.  (This version of wais is available for ftp on
  44. boombox.micro.umn.edu and other places as well.)
  45.  
  46.  
  47. Changes from v0.4 to v0.5
  48. -------------------------
  49.  
  50. Spiffed up the Makefile, now you can just type make next, and make wais.
  51.  
  52. Added ability to serve parts of big files using the wais indexer. This
  53. is especially useful for files indexed with the -t mail or -t dash
  54. options.  This feature requires use of the v0.5 data server to work
  55. properly.
  56.  
  57. The Wais index server now uses the "headline" for the title when serving
  58. parts of files.
  59.  
  60. The Wais index server can now use indexes that aren't named "index"
  61. though the use of the -d option.
  62.  
  63. Seperated the indexer back end specific stuff from the main part of
  64. the program.  Should make it easier to adapt to new indexers as they
  65. come out.
  66.  
  67. Made sure that the server always returns a line with a dot. (to
  68. successfully terminate the connection).
  69.  
  70. Fixed type problem with getopt().  (c should have been an int not a
  71. char) Thanks go to BugStomper Russell Fulton <rj_fulton@aukuni.ac.nz>.
  72.  
  73.  
  74. Changes from v0.32 to v0.4
  75. --------------------------
  76.  
  77. Incorporated fixes from David Woodgate (davidw@mel.dit.csiro.au) for
  78. error.c and the misprocessing of the third line of the hostdata file.
  79.  
  80. Added more error checking for the third line in the hostdata file.
  81.  
  82.  
  83. Changes from v0.3 to v0.32
  84. --------------------------
  85.  
  86. Incorporated changes by ???@??? to fix logging and period transmission.
  87.  
  88. Fixed problem on the NeXT side when 0{name} was being transmitted instead
  89. of 0/{name}.
  90.  
  91.  
  92.  
  93.